home *** CD-ROM | disk | FTP | other *** search
/ stazsoftware.com / www.stazsoftware.com.tar / www.stazsoftware.com / futurebasic / sample-code / helpProj.sit / Help Project Folder / Help / 3 HTML Display < prev    next >
Text File  |  2005-04-15  |  2KB  |  58 lines

  1. <HTML>  
  2. <HEAD>
  3.   <TITLE>3 HTML Display</TITLE>
  4. </HEAD>
  5. <BODY BGCOLOR="#ffffff">
  6.  
  7. <P><CENTER><B><FONT COLOR="#990000" SIZE="+4">HTML Display</FONT></B></CENTER></P>
  8.  
  9. <P> </P>
  10.  
  11. <P>The built in calls for html display to most of the work.</P>
  12.  
  13. <P>They will display boxes</P>
  14.  
  15. <P><TABLE WIDTH="191" BORDER="1" CELLSPACING="2" CELLPADDING="0"
  16. HEIGHT="73">
  17.   <TR>
  18.     <TD WIDTH="33%" HEIGHT="16"> Cell 1</TD> 
  19.     <TD WIDTH="33%" HEIGHT="16"> </TD> 
  20.     <TD WIDTH="34%" HEIGHT="16"> </TD> 
  21.   </TR>
  22.   <TR>
  23.     <TD WIDTH="33%" HEIGHT="30"> </TD> 
  24.     <TD WIDTH="33%" HEIGHT="30"> <FONT COLOR="#ff00ff">Something
  25.       else</FONT></TD> 
  26.     <TD WIDTH="34%" HEIGHT="30"> </TD> 
  27.   </TR>
  28.   <TR>
  29.     <TD WIDTH="33%" HEIGHT="16"> </TD> 
  30.     <TD WIDTH="33%" HEIGHT="16"> </TD> 
  31.     <TD WIDTH="34%" HEIGHT="16"> </TD> 
  32.   </TR>
  33. </TABLE></P>
  34.  
  35. <P>And graphics</P>
  36.  
  37. <P><IMG SRC="Images/Constructio.gif" WIDTH="128" HEIGHT="40" 
  38. ALIGN="BOTTOM" BORDER="0"></P>
  39.  
  40. <P><HR ALIGN=LEFT></P>
  41.  
  42. <P><FONT SIZE="+1">But somehow I have not seen how to display
  43. some objects such as buttons or individual text boxes.</FONT></P>
  44.  
  45. <P><FONT SIZE="+1">I have included a local function for printing
  46. the help topics but the challenge remains to detect and print
  47. the end of a line on the end of the page. The current code cuts
  48. off text and then just backs up a little for the start of the
  49. new page to make sure the text is printed. The print dialog box
  50. displays the number of topics and allows you to print one topic
  51. or all topics.</FONT></P>
  52.  
  53. <P><FONT SIZE="+1">Selecting text using the basic html calls also
  54. does not seem possible.</FONT>
  55.  
  56. </BODY>
  57. </HTML>
  58.